home *** CD-ROM | disk | FTP | other *** search
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/lib/Changelo,v
- retrieving revision 1.103
- diff -c -r1.103 Changelo
- *** 1.103 1993/11/17 17:09:58
- --- Changelo 1993/11/29 20:43:53
- ***************
- *** 4439,4441 ****
- --- 4439,4449 ----
- make sys_errlist[] a char *const like _sock_errlist[].
-
- ---------------------------- Patchlevel 95 ---------------------------
- +
- + bzero.cpp: michal
- + when Lmemset is defined and not Lbzero, the jump at the bottom
- + of the memset setup reduces to a zero offset jump. put a
- + #ifdef Lbzero (which amounts to really #ifdef Lmemset && Lbzero)
- + around the `jra do_set'.
- +
- + ---------------------------- Patchlevel 96 ---------------------------
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/lib/PatchLev.h,v
- retrieving revision 1.71
- diff -c -r1.71 PatchLev.h
- *** 1.71 1993/11/17 17:10:02
- --- PatchLev.h 1993/11/28 16:09:15
- ***************
- *** 1,5 ****
-
- ! #define PatchLevel "95"
-
- /*
- *
- --- 1,5 ----
-
- ! #define PatchLevel "96"
-
- /*
- *
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/co/bzero.cpp,v
- retrieving revision 1.5
- diff -c -r1.5 bzero.cpp
- *** 1.5 1993/10/26 23:52:19
- --- bzero.cpp 1993/11/19 13:18:38
- ***************
- *** 29,35 ****
- --- 29,37 ----
- movl sp@(12),d1 | length
- #endif
- jeq exit | length==0? (size_t)
- + #ifdef Lbzero
- jra do_set
- + #endif
- #endif /* Lmemset */
-
- #ifdef Lbzero
-